Welcome![Sign In][Sign Up]
Location:
Search - socket Linux

Search list

[Embeded Linuxsocket

Description: linux下的socket编程,认真阅读!-socket programming under linux, read carefully!
Platform: | Size: 50176 | Author: 王敏 | Hits:

[Internet-Networklinux-chatroom

Description: 基于Linux操作系统的网络编程,实现网络聊天室,并对不健康的内容进行管理。-Based on the Linux operating system, network programming, network chat rooms, and manage the content of unhealthy.
Platform: | Size: 19456 | Author: ll | Hits:

[Internet-Networklinux-socket

Description: 本Linux网络应用程序采用客户-服务器模型,并发型交互。在OSI参考模型的传输层,通过调用TCP套接字(Socket)的各种函数,使服务器和各个客户端之间建立快速可靠的连接,处理客户机发送的数据,实现流量检测与控制。-The Linux web applications in client- server model, and cross-hair. OSI reference model in the transport layer, by calling the TCP socket (Socket) of a variety of functions, so that the server and the client between the fast and reliable connections to deal with the client to send data, the achievement of traffic detection and control.
Platform: | Size: 37888 | Author: ll | Hits:

[Internet-Networksocket

Description: Linux下C++ Socket类,包括TCP,、UDP这两种基本协议。 -Linux under the C++ Socket categories, including TCP,, UDP both basic agreement.
Platform: | Size: 1024 | Author: 小强 | Hits:

[Linux-Unixsocket

Description: Linux下的网络通信程序,请把SERVER跟CLIENT分别放在不同的两台机上运行测试.-Linux Network Communication Program, please CLIENT to SERVER with, respectively, on two different machines running tests.
Platform: | Size: 4096 | Author: Feng | Hits:

[Linux-Unixsocket

Description: Linux平台怎么建立socket服务器端和client客户端-Linux platform for how to build server-side socket and the client client
Platform: | Size: 58368 | Author: steven | Hits:

[TCP/IP stacksocket

Description: 这个是一个在linux平台下的一个socket服务端与客户端的一两个程序,基于的是UDP数据报协议的无连接socket-This is a linux platform in a socket server and client program 12, is based on UDP Datagram Protocol without connecting socket
Platform: | Size: 1024 | Author: TK | Hits:

[Internet-Networksocket_server(linux)

Description: 可以实现socket_t通信,是一款很实用的基于linux的聊天软件,也可以与ARM板实现通信。-Can be achieved socket_t communications, is a very useful chat software based on linux, you can achieve the communication with the ARM board.
Platform: | Size: 2612224 | Author: ruebo | Hits:

[Internet-Networksocket

Description: linux 下 socket进程通信,包括客户端和服务器端,简单的例子。
Platform: | Size: 3072 | Author: Wang | Hits:

[TCP/IP stackSOCKET

Description: TCP/IP编程的基础--socket 包括C/JAVA TCP/UDP 服务端和客户端 六套代码,供新人学习、老人测试联调用 支持win32 Linux(JAVA版本的需要自己新增JDK)-TCP/IP programming basis- socket including C/JAVA TCP/UDP server and client six sets of code for the new study, elderly test joint call to support win32 Linux (JAVA version of the need to add JDK)
Platform: | Size: 9216 | Author: 冯进荣 | Hits:

[Linux-Unixsocket

Description: linux下的socket编成源码,简单,适于网络编成入门学习!-socket compiled under linux-source, simple, suitable for entry into the network to learn!
Platform: | Size: 4096 | Author: jackji | Hits:

[Internet-Networksocket

Description: linux下网络编程,是我们老师的课件上用的一些好的代码!-linux network programming under our courseware on the teacher used some good code!
Platform: | Size: 1903616 | Author: hailanlan | Hits:

[Internet-Networklinux-socket-program

Description: 全套Socket简单编程实例,很适合于初学网络编程者!-Socket complete set of simple programming examples, it is suitable for novice network programmers!
Platform: | Size: 18432 | Author: 阿飞发 | Hits:

[Linux-Unixsocket

Description: linux 下简单的网络通信例子(包括客户端和服务端源文件)。-linux under the simple example of network communication (including client and server source file).
Platform: | Size: 25600 | Author: 申鑫 | Hits:

[Otherv3.linux

Description: linux网络编程实例程序 socket程序 适合初学者。-linux network programming socket program examples of procedures suitable for beginners.
Platform: | Size: 61440 | Author: blizzard | Hits:

[Linux-Unixsocket

Description: linux下面实现的socket网络编程。可以实现多客户端联机server的功能。-linux following the realization of the socket network programming. Can be achieved online multi-client server functionality.
Platform: | Size: 14336 | Author: 孙帮山 | Hits:

[Internet-Networksocket-windows-linux

Description: windows 与linux下的socket编程,实现客户端与服务器端的通信-linux under windows with socket programming, to achieve client and server-side communications
Platform: | Size: 33792 | Author: spring | Hits:

[Linux-UnixSOCKET

Description: linux下的socket的编程入门,适合不懂socket编程及相关基本知识的初学者学习。-linux programming socket under the entry for do not know socket programming and basic knowledge of beginners learning.
Platform: | Size: 158720 | Author: 朱鸣鹏 | Hits:

[Linux-Unixsocket

Description: select socket linux网络编程-select socket
Platform: | Size: 1024 | Author: fcode | Hits:

[Internet-NetworkLINUX-socket

Description: Socket接口是TCP/IP网络的API,Socket接口定义了许多函数或例程,程序员可以用它们来开发TCP/IP网络上的应用程序。要学Internet上的TCP/IP网络编程,必须理解Socket接口。     Socket接口设计者最先是将接口放在Unix操作系统里面的。如果了解Unix系统的输入和输出的话,就很容易了解Socket了。网络的 Socket数据传输是一种特殊的I/O,Socket也是一种文件描述符。Socket也具有一个类似于打开文件的函数调用Socket(),该函数返 回一个整型的Socket描述符,随后的连接建立、数据传输等操作都是通过该Socket实现的。常用的Socket类型有两种:流式Socket (SOCK_STREAM)和数据报式Socket(SOCK_DGRAM)。流式是一种面向连接的Socket,针对于面向连接的TCP服务应用;数据 报式Socket是一种无连接的Socket,对应于无连接的UDP服务应用。-Socket interface is TCP/IP network API, Socket Interface defines a number of functions or routines, the programmer can use them to develop TCP/IP network applications. Study on the Internet want TCP/IP network programming, we must understand the Socket Interface. Socket Interface Designer is the first interface on the Unix operating system inside. If you know Unix system input and output, then it is easy to understand the Socket. Socket data transmission network is a special kind of I/O, Socket is a file descriptor. Socket also has a similar function call to open the file of the Socket (), the function return an integer of Socket descriptor, then the connection set up, data transmission and other operations through the implementation of the Socket. Socket type commonly used in two ways: streaming Socket (SOCK_STREAM) and data reported type Socket (SOCK_DGRAM). Streaming is a connection-oriented Socket, for in the TCP connection-oriented service applications Datagram Socket t
Platform: | Size: 1406976 | Author: 陈威 | Hits:
« 1 23 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net